home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / mysql_stop.bat < prev    next >
Encoding:
DOS Batch File  |  2005-07-08  |  90 b   |  4 lines

  1. @echo off
  2. echo Mysql shutdowm ...
  3. mysql\bin\mysqladmin --user=pma --password= shutdown
  4.